net/netip.uint128.isZero (method)

4 uses

	net/netip (current package)
		netip.go#L729: 		if ip.addr.isZero() {
		netip.go#L744: 	} else if ip.addr.isZero() {
		netip.go#L1368: 		return ip.addr.xor(p.ip.addr).and(mask6(int(p.bits))).isZero()
		uint128.go#L29: func (u uint128) isZero() bool { return u.hi|u.lo == 0 }